func github.com/jackc/pgx/v5/pgtype.nbaseDigitsToInt64
2 uses
github.com/jackc/pgx/v5/pgtype (current package)
numeric.go#L196: func nbaseDigitsToInt64(src []byte) (accum int64, bytesRead, digitsRead int) {
numeric.go#L643: int64accum, bytesRead, digitsRead := nbaseDigitsToInt64(src[rp:])
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)